|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISession
A collection of executions of the steps in a process.
| Method Summary | |
|---|---|
IExecution |
createExecution(IExecutionDescriptor descriptor)
Creates a new process execution context at the current location. |
IProcess |
getProcess()
Returns the process that created this session. |
java.lang.String |
getSessionID()
Returns the ID of the session being described. |
java.lang.Object[] |
lookupAllServices(java.lang.String identifier)
Returns an array containing all the services registered under the specified identifier. |
java.lang.Object |
lookupService(java.lang.String identifier)
Looks up the service selected for the specified identifier or null if no such service exists. |
| Method Detail |
|---|
java.lang.String getSessionID()
java.lang.Object lookupService(java.lang.String identifier)
throws java.lang.NullPointerException
null if no such service exists.
identifier - The identifier of the service to look up.
null if no such service exists.
java.lang.NullPointerException - If the supplied identifier is
null.
java.lang.Object[] lookupAllServices(java.lang.String identifier)
throws java.lang.NullPointerException
identifier - The identifier of the services to look up.
java.lang.NullPointerException - If the supplied identifier is
null.
IExecution createExecution(IExecutionDescriptor descriptor)
throws java.lang.NullPointerException
descriptor - The descriptor of the execution to create.
java.lang.NullPointerException - If the specified descriptor is
null.IProcess getProcess()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||